services.woodpecker-agents.agents.<name>.environmentFile

File to load environment variables from. This is helpful for specifying secrets. Example content of environmentFile:

WOODPECKER_AGENT_SECRET=your-shared-secret-goes-here
Type
list of absolute path
Default
[ ]
Example
[
  "/var/secrets/woodpecker-agent.env"
]
Declared
<nixpkgs/nixos/modules/services/continuous-integration/woodpecker/agents.nix>